.nav-link {
    color: black;
}

.nav-link:hover {
    color: #007bff;
    border-left: solid 1px #f8f9fa !important;
    border-right: solid 1px #f8f9fa !important;
    border-top: solid 1px #f8f9fa !important;
    border-bottom: solid 1px #007bff !important;
}

.nav-link.disabled:hover {
    border-bottom: solid 1px #dee2e6 !important;
    cursor: default;
}

.nav-link.disabled:active {
    border-bottom: solid 1px #dee2e6 !important;
}

.nav-link.disabled:focus {
   border-bottom: solid 1px #dee2e6 !important;
}

.nav-link:focus {
    border-left: solid 1px #f8f9fa !important;
    border-right: solid 1px #f8f9fa !important;
    border-top: solid 1px #f8f9fa !important;
    border-bottom: solid 1px #0056b3 !important;
}

.nav-link.active {
    background-color: #f8f9fa !important;
    color: #0056b3 !important;
    border-left: solid 1px #f8f9fa !important;
    border-right: solid 1px #f8f9fa !important;
    border-top: solid 1px #f8f9fa !important;
    border-bottom: solid 1px #0056b3 !important;
}

.scrtabs-tab-scroll-arrow {
    background-color: #f8f9fa !important;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #dee2e6 !important;
}

.icon_info {
    cursor: pointer;
}

#credit_icon {
    font-size: 15pt;
}

.critical_text {
    color: #b60000;
    height: 10px;
}

.modalImg, #check_img {
    width: 90%;
    max-width: 1000px;
}

.primary_button {
    border-radius: 0px;
}

.bill_card:hover, .check_card:hover {
    opacity: .7;
    transition: .2s;
    cursor: nwse-resize;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#caption {
    color: white;
    width: 80%;
    max-width: 700px;
    margin: auto;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb !important;
    text-decoration: none;
    cursor: pointer;
}

.icon_edit {
    cursor: pointer;
}

.TempusPM_gray-out {
    color: lightgray;
}
.TempusPM_green-text {
    color: #1ac91a;
}
.TempusPM_discoverColor {
    color: #f9a021;
}
.TempusPM_mastercardColor {
    color: #FF5F01;
}
.TempusPM_visaColor {
    color: #1a1f71;
}
.TempusPM_amexColor {
    color: #6cc4ee;
}

.form-check-input {
    width: auto !important;
    height: auto !important;
}

.blue-background {
    color: #fff;
    background-color: #0078b3;
}

.red-background {
    color: #fff;
    background-color: #AB1C1C;
}

.modal-header .close {
    padding-top: .5rem;
}

.termsBox {
    overflow-y: scroll;
    max-height: 200px;
    border: solid 1px lightgray;
}

.termsBox_inner {
    background-color: aliceblue;
}

.no_border_radius {
    border-radius: 0px;
}

@media only screen and (max-width: 576px) {
    .modal-content {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .info_text {
        font-size: 4vw
    }
    .termsBox_inner {
        font-size: 4vw
    }
}

legend {
    font-size: 1rem;
}

.label {
    margin-bottom: .5rem;
}

#printTermsPDFBtn {
    color: #fff;
}

#confirmationBox {
    padding: 20px;
    overflow: hidden;
    border: solid thin lightgray;
}

#apple_pay_review {
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-style: black;
    border-radius: 0px;
}

.language_button_container {
    float: right;
    padding-right: 15px;
}

.no-margin {
    margin: 0px;
}

.fixIEBtn {
    -ms-flex: 0 0 auto !important;
}

.required:after {
    color: #b60000;
    height: 10px;
    content: "*";
}
